home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / variables / unset < prev    next >
Encoding:
Text File  |  1992-12-17  |  698 b   |  12 lines

  1.           unset name ?name name ...?
  2.                Remove  one or more variables.  Each name is a variable
  3.                name, specified in any of the ways  acceptable  to  the
  4.                set  command.   If  a  name  refers to an element of an
  5.                array, then that element is removed  without  affecting
  6.                the  rest of the array.  If a name consists of an array
  7.                name with no parenthesized index, then the entire array
  8.                is  deleted.  The unset command returns an empty string
  9.                as result.  An error occurs if  any  of  the  variables
  10.                doesn't exist, or if any of the variables has an active
  11.                trace.
  12.